chore(deps): update all non-major dependencies #86
+1,268
−1,266
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot]
.This notice will be removed on 2025-10-07.
This PR contains the following updates:
^0.3.5
->^0.4.0
^0.0.3
->^0.0.4
0.7.0
->0.7.2
0.7.0
->0.7.2
^6.8.0
->^6.9.1
^19.1.15
->^19.2.2
^19.1.9
->^19.2.1
^9.36.0
->^9.37.0
^2.1.16
->^2.1.18
^5.64.1
->^5.64.2
^21.5.3
->^21.6.3
10.17.1
->10.18.1
^0.3.13
->^0.3.14
^19.1.1
->^19.2.0
^19.1.1
->^19.2.0
5.9.2
->5.9.3
^7.1.7
->^7.1.9
^2.11.8
->^2.11.9
Release Notes
TanStack/devtools (@tanstack/devtools-ui)
v0.4.0
Compare Source
Minor Changes
TanStack/devtools (@tanstack/react-devtools)
v0.7.2
Compare Source
Patch Changes
v0.7.1
Compare Source
Patch Changes
a97ed26
]:TanStack/devtools (@tanstack/solid-devtools)
v0.7.2
Compare Source
Patch Changes
v0.7.1
Compare Source
Patch Changes
a97ed26
]:testing-library/jest-dom (@testing-library/jest-dom)
v6.9.1
Compare Source
eslint/eslint (eslint)
v9.37.0
Compare Source
cristianbote/goober (goober)
v2.1.18
Compare Source
What's Changed
Full Changelog: cristianbote/goober@v2.1.17...v2.1.18
v2.1.17
Compare Source
What's Changed
New Contributors
Full Changelog: cristianbote/goober@v2.1.16...v2.1.17
webpro-nl/knip (knip)
v5.64.2
Compare Source
toC12config
forbump
plugin (#1280) (dbdd98b
) - thanks @nyarthan!packageManager
field for corepack users (#1281) (7c70d9f
) - thanks @nyarthan!7abdc69
)d7e7866
)665f38a
)461edb4
)4c72030
)7ee634a
)e687287
)edb7367
)b6ac28c
) - thanks @nyarthan!3efb8a3
) - thanks @dnicolson!dde7a80
) - thanks @hugotiger!nrwl/nx (nx)
v21.6.3
Compare Source
21.6.3 (2025-10-02)
🩹 Fixes
@nx/js/typescript
plugin (#32912)❤️ Thank You
pnpm/pnpm (pnpm)
v10.18.1
Compare Source
Patch Changes
--lockfile-only
is used #8320.pnpm setup
creates a command shim to the pnpm executable. This is needed to be able to runpnpm self-update
on Windows #5700.pnpm install
, pnpm produced false positive warnings for "skip adding to the default catalog because it already exists". This warning now only prints when usingpnpm add --save-catalog
as originally intended.v10.18.0
Compare Source
Minor Changes
Added network performance monitoring to pnpm by implementing warnings for slow network requests, including both metadata fetches and tarball downloads.
Added configuration options for warning thresholds:
fetchWarnTimeoutMs
andfetchMinSpeedKiBps
.Warning messages are displayed when requests exceed time thresholds or fall below speed minimums
Related PR: #10025.
Patch Changes
minimumReleaseAge
configuration #10030.cleanupUnusedCatalogs
configuration when removing dependent packages.scriptShell
is set tofalse
#8748.pnpm dlx
should not fail whenminimumReleaseAge
is set #10037.publint/publint (publint)
v0.3.14
Compare Source
Patch Changes
__esModule
marker. This setup has different interpretations by bundlers and runtimes, and implicit handling detection that may not be obvious for both package authors and users, hence it is discouraged. (#201)facebook/react (react)
v19.2.0
Compare Source
Below is a list of all new features, APIs, and bug fixes.
Read the React 19.2 release post for more information.
New React Features
<Activity>
: A new API to hide and restore the UI and internal state of its children.useEffectEvent
is a React Hook that lets you extract non-reactive logic into an Effect Event.cacheSignal
(for RSCs) lets your know when thecache()
lifetime is over.New React DOM Features
resume
: to resume a prerender to a stream.resumeAndPrerender
: to resume a prerender to HTML.resumeToPipeableStream
: to resume a prerender to a stream.resumeAndPrerenderToNodeStream
: to resume a prerender to HTML.prerender
APIs to return apostponed
state that can be passed to theresume
APIs.Notable changes
<ViewTransition>
Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.prerender
,renderToReadableStream
) to server-side-rendering APIs for Node.js:
IDs generated by useIdAll Changes
React
<Activity />
was developed over many years, starting beforeClassComponent.setState
(@acdlite @sebmarkbage and many others)%o
placeholder (@eps1lon #34198)useDeferredValue
loop in popstate event (@acdlite #32821)useDeferredValue
(@acdlite #34376)cacheSignal
(@sebmarkbage #33557)React DOM
:
for IDs generated byuseId
(@sebmarkbage, @eps1lon: #32001, #33342#33099, #33422)nonce
to be used on hoistable styles (@Andarist #32461)React.use
insideReact.lazy
-ed Component (@hi-ogawa #33941)progressiveChunkSize
option for server-side-rendering APIs (@sebmarkbage #33027)React Server Components
<img>
and<link>
using hints before they're rendered (@sebmarkbage #34604)filterStackFrame
(@eps1lon #33707)React Reconciler
on*
handlers to account for upcoming experimental APIsmicrosoft/TypeScript (typescript)
v5.9.3
Compare Source
vitejs/vite (vite)
v7.1.9
Compare Source
Reverts
v7.1.8
Compare Source
Bug Fixes
Documentation
Miscellaneous Chores
create-react-app
license (#20865) (166a178)solidjs/vite-plugin-solid (vite-plugin-solid)
v2.11.9
Compare Source
Patch Changes
ce00b4b
: Fix server-side testing with vitest/ssrConfiguration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.